home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / oddech / srp / Stress Relief Paintball.exe / scripts / DefineButton2_306 / BUTTONCONDACTION on(release).as
Text File  |  2002-07-26  |  189b  |  12 lines

  1. on(release){
  2.    i = 0;
  3.    while(i < count)
  4.    {
  5.       removeMovieClip("splat" + i);
  6.       i++;
  7.    }
  8.    removeMovieClip("crosshair");
  9.    blnInPlay = false;
  10.    gotoAndPlay(147);
  11. }
  12.